From: Goetz Goerisch Date: Sat, 6 Sep 2025 14:25:01 +0000 (+0200) Subject: jool: update package flags to build `nonshared` X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e6cd0b7c931f5ef5fc294298ccb8c916c1932729;p=feed%2Fpackages.git jool: update package flags to build `nonshared` * currently the package is build with the latest kernel version in a branch * if package version is bumped if can no longer be installed on older point releases as userland and kmod does not match Signed-off-by: Goetz Goerisch --- diff --git a/net/jool/Makefile b/net/jool/Makefile index c2bd2b5225..97baba7435 100644 --- a/net/jool/Makefile +++ b/net/jool/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=jool PKG_VERSION:=4.1.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING @@ -22,6 +22,7 @@ PKG_MIRROR_HASH:=af483e5d35cea029dca11fc20c048334b9b9e84cfdca10921bfdd9d63779aad PKG_BUILD_DIR=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR) PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone +PKG_FLAGS:=nonshared PKG_FIXUP:=autoreconf